home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / modem / qfaxv105.zip / README.1ST < prev    next >
Text File  |  1996-06-16  |  12KB  |  220 lines

  1.                 Before you use QFAX V1.05 for the first time ....
  2.  
  3.     QuickStar Fax Pro is a MS-DOS shareware program that allows you to
  4. send plain text FAX from the DOS command line of your PC computer, using
  5. either Class 1 or Class 2 fax/modem in your computer that's connected to
  6. a telephone line. QFAX can be used manually to send out a single fax. Or
  7. it can be called by other programs repeatedly to send out many faxes to
  8. various fax receivers. If you do not have time to read the whole readme.1st
  9. file, please press PageDown and go directly to the end of this file. There
  10. is a QUICK START UP GUIDE for QFAX at the end of this file.
  11.  
  12.     QFAX sends text fax VERY FAST! For a regular 12 full pages text file,
  13. it can be transmitted within 4 minutes at 14400 bps modem speed! That is
  14. MUCH FASTER than what the popular WinFax software can do! QFAX helps you to
  15. save long distance phone money if you need to send fax from time to time!
  16.  
  17.     QFAX is very easy to use, too. To send a quick fax all you need to type
  18. in is something like this:
  19.  
  20.         qfax   myfile.txt  1-800-555-1212
  21.  
  22.     Or you write your own batch fax program in C language that invoke the
  23. above command to send faxes out. By doing so you can send a batch of one
  24. hundred or even one thousand faxes easily using one command! A simple C
  25. program called manyfax.c as well as the compiled program is included to
  26. demonstrate how to invoke QFAX from your own application.
  27.  
  28. BUT! Before you use QFAX for the first time you need to check the following:
  29.  
  30.    0. Can QFAX be used on your computer?     
  31.       The system requirements of QFAX are: 286 or above IBM-PC compatible
  32.       computers. A hard driver and a Class 1 or Class 2 compatible fax/modem
  33.       is a must have. QFAX is a MS-DOS program and can be run from either
  34.       the DOS prompt or from the DOS window launched from the Windows. It
  35.       can also be called by other programs as a command line fax sender.
  36.  
  37.    1. Check the completeness of the QFAX V1.04 package you get.
  38.       It should include the following files:
  39.  
  40.         qfax.exe        The main fax send program.
  41.         qfaxrec.exe     The fax receive and decode program.
  42.         qfax.cfg        The QFAX configuration file
  43.         readme.1st      The file you are reading now
  44.         usage.txt       The file explaining the usage of QFAX
  45.         register.txt    A text file about how to register QFAX
  46.         register.frm    Registration form to be used for registration
  47.         qfaxconf.exe    Small program to help you to determine the modem
  48.                         port and create customized qfax.cfg file
  49.         manyfax.c       A simple C program that can be used to send out
  50.                         lots of faxes automatically
  51.         manyfax.exe     The compiled program of manyfax.c
  52.         manyfax.fdb     A text format database file containing fax numbers
  53.         palmtop.txt     A note for HP palmtop users. Where to find QFAX.
  54.         file_id.diz     A small file describing QFAX (required by BBS's)
  55.  
  56.       Please notice that in older version of QFAX there is a program
  57.       findcom.exe which helps to detect modem port. That program is no
  58.       longer needed, instead you will use the QFAXCONF.EXE to detect
  59.       modem port and create a customized qfax.cfg configuration file.
  60.  
  61.     2. The QFAX.CFG may need to be edited and configured to fit the specific
  62.        configuration of your computer. You can either edit QFAX.CFG file by
  63.        using DOS edit, or you can use qfaxconf.exe program to help create a
  64.        customized QFAX.CFG file. You may simply type "qfaxconf" at the DOS
  65.        command line to start. See the USAGE.TXT file for details.
  66.  
  67.     3. Read the REGISTER.TXT file for the license agreement and statement of
  68.        limited warranty. Simply using QFAX implies that you have read and
  69.        understand those conditions. And you agree to those conditions.
  70.  
  71.     4. Read the USAGE.TXT for information on how to use QFAX. The usage is
  72.        simple and straightforward but there are still something you want to
  73.        learn before you start for the first time.
  74.  
  75.     If you have done all of the above and have configured the QFAX.CFG file
  76. according to the instructions given in the USAGE.TXT file, you can go ahead
  77. to test QFAX and use it regularly.
  78.  
  79.     If you find QFAX useful to you, please register it with the author. The
  80. REGISTER.TXT tells you the benefit you will obtain from registration and
  81. method of how to register. The registration is simple and cheap!
  82.  
  83.     If you have any further questions regarding the usage of QFAX that you
  84. can not find the answer from the USAGE.TXT file, do not hesitate to ask the
  85. author. The REGISTER.TXT provides contact information on how to reach the
  86. author.
  87.  
  88.     QFAX is a shareware program and may be redistributed freely. But there
  89. are some conditions: You must distribute QFAX in its original and complete
  90. and zipped format and you are not allowed to change content of any file.
  91. You are not allowed to distribute QFAX for purpose of profit. No charge
  92. can be made on the distribution of QFAX except for a reasonable charge for
  93. the handling and material cost of the distribution. Under above conditions
  94. please feel free to distribute the QFAX software package.
  95.  
  96.     Finally, if you ever forget how to use QFAX, simply type "qfax" and it
  97. will give you a quick reminder screen!
  98. ---------------------------------------------------------------------------
  99.  
  100. Update History of QuickStar Fax Pro:
  101.  
  102. Sep. 1, 1995    First Release of QFAX.             Filename: qfaxv10.zip
  103.  
  104. Sep. 2 - Sep. 30  Some modifications to make QFAX work more reliable. Add
  105.                   an option to let user decide whether to pause or not
  106.                   before the beginning of fax transmission.
  107.  
  108. Oct. 1, 1995    Release of V1.01.                  Filename: qfaxv101.zip
  109. Oct.2 - Dec.9   More tests and improvements made to QFAX. Some bugs fixed.
  110. Dec. 10, 1995   Release of V1.02                   Filename: qfaxv102.zip
  111. Feb. 25, 1996   Release of V1.03                   Filename: qfaxv103.zip
  112. Apr. 8, 1996    Release of V1.04                   Filename: qfaxv104.zip
  113. Apr. 20, 1996   Release of V1.04B                  Filename: qfax104b.zip
  114.  
  115.     Improvements of V1.03 comparing with V1.02 include the following:
  116.  
  117.       a.Greatly reduced the amount of memory used by QFAX, making it more
  118.         suitable to be called by other programs so the user can construct
  119.         their batch fax sending system.
  120.       b.A fax receive and/or decode program is added to the package.
  121.       c.Some improvement of the fax subroutines.
  122.  
  123.     Improvements of V1.04 from V1.03 include the following:
  124.  
  125.       a.A memory allocation bug fixed.
  126.       b.Self-check subroutine added to make sure that the program is an
  127.         authentic file. If it is infected by a computer virus or modified
  128.         by a computer hacker, it will give warning.
  129.       c.Added some more configurable parameters, including the Wait For Modem
  130.         Connection Time. The qfaxconf.exe program is improved to include the
  131.         new parameters in configuration of qfax.cfg file.
  132.       d.QFAX104B.ZIP is the same as QFAXV104.ZIP except it stores 8x16 font
  133.         directly in the program. QFAX104B.ZIP can be used on HP100LX/HP200LX
  134.         palmtop computers.
  135.  
  136.     Improvements of V1.05 from V1.04 include the following:
  137.  
  138.       a.The memory usage of qfax.exe has been reduced by more than 100 KB.
  139.         So the program is more suitable to be called from other applications.
  140.       b.A few improvements made the Post Page Message more reliable.
  141.       c.The self-check subroutine in V1.04 has been removed to reduce the
  142.         size of the program.
  143.  
  144.     If the current version of QFAX you have is more than a few months old,
  145. the author may have already released a newer version of QFAX. Please contact
  146. the author at mai@phys.psu.edu, phone (814)867-3385(H) for updated version.
  147. ---------------------------------------------------------------------------
  148.  
  149.                 Quick Start Up Guide
  150.  
  151.     To start using QFAX, you need to do two things:
  152.  
  153.       a.Configure the qfax.cfg file for your PC and fax/modem
  154.       b.To send a plain text fax, the easiest way is use the command like:
  155.  
  156.         qfax  myfile.txt  1-800-555-1212
  157.  
  158.     QFAX.CFG is a plain text file and you can use any plain text editor to
  159. change it, like using the DOS edit command. Or you can run the qfaxconf.exe
  160. program to configure and modify qfax.cfg file. To run qfaxconf.exe, just
  161. type "qfaxconf" from the DOS prompt. This program is pretty self-explained.
  162.  
  163.     The 3 most important things you need to configure in qfax.cfg is the
  164. CommPort number, InitString and PhoneNumber. You do not need to change any
  165. thing else if you just want to use the default setting.
  166.  
  167.     The CommPort number is the COM Port that the modem occupies. For example
  168. if your modem is on COM 2 IRQ3. The the CommPort number will be 2. If you
  169. are not sure, check your modem manual, or simply run qfaxconf.exe. It will
  170. autodetect the modem COM Port.
  171.  
  172.     The InitString is an AT command string that QFAX sends to the modem to
  173. initialize the modem for faxing. QFAX will not be able to send fax properly
  174. if the InitString is not set up properly.
  175.  
  176.     The correct InitString depends on the type of fax/modem you use.
  177. But most fax/modems use one of the following:
  178.  
  179.         AT&F&C1&D2
  180.         AT&F
  181.         AT&F&C1&D2&K3
  182.  
  183.     For initial test of QFAX you may want to attach "M2L3" to the end of the
  184. InitString, like "AT&F&C1&D2M2L3". This AT command will keep the speaker of
  185. the modem connected all the time so you can hear how the fax process goes on.
  186.  
  187.     Some fax/modems, like U.S.Robotics, use different InitStrings. Check at
  188. the end of usage.txt file for a complete list of recommended InitString for
  189. various fax/modems. Or check your modem manual to find one. My experience is
  190. "AT&F&C1&D2&H1" will work fine for most USR modems.
  191.  
  192.     The PhoneNumber is a string that Identifies your fax when your fax/modem
  193. communicate with other fax machines. Normally it should be your phone number.
  194. The length of this string should not exceed 20 characters. You can use your
  195. name instead. But please do not leave this item blank.
  196.  
  197.     The rest of qfax.cfg is about font selection, page formatting etc. You
  198. can keep the default as it is for initial trials. For detailed information
  199. of those options please check the usage.txt file.
  200.  
  201.     You may put the name of the path that contains QFAX in the autoexec.bat
  202. file's PATH statement so next time you reboot the computer it will recognize
  203. QFAX from any directory. It is preferable that when you start QFAX, you go
  204. to the directory where your text file to be faxed is located. Even though
  205. usage like the following are allowed, too:
  206.  
  207.       QFAX  \mydir\myfile.txt 1-800-555-1212
  208.  
  209.     To register QFAX, please read the file register.txt for how to register:
  210.  
  211.         a. When you have a CompuServe account
  212.         b. When you are NOT in the USA
  213.         c. When you are in the USA
  214.  
  215.     Or you may simply fill out the register.frm text file, print it out,
  216. and send it to me together with your registration fee.
  217. ----------------------------------------------------------------------------
  218. If you need helps, contact the author at mai@phys.psu.edu, 1-814-867-1468(H)
  219. ----------------------------------------------------------------------------
  220.